home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / LZSS Res 2.1 ƒ / LZSS Lib ƒ / LZSS-Lib.h next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  273 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Copyright © 1994 Dmitry Boldyrev
  3.  * All rights reserved
  4.  */
  5.  
  6. #ifndef __LZSSLib__
  7. #define __LZSSLib__
  8.  
  9. //    InstallCompression patches the GetResource() trap and install a custom
  10. //    code which decompresses the data when GetResource is called
  11. void InitLZSSRes();
  12.  
  13. #endif